home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-02-05 | 476 b | 28 lines | [TEXT/MSCT] |
- //
- // Images.M1S: show image list for document
- //
-
- //
- // *************************************
- // Procedures
- // *************************************
- //
- proc imageProc
- if it <> theJob then
- print it.CLASS_NAME+chr(9)+it.name
- endif
- endproc
-
- //
- // Execute a procedure for all images
- //
- theJob = it
-
- print "Complete Image List for "+theJob.name
-
- on document do imageProc
- scan theJob links uses,contains,overlaps,defines
-
- print "---------------------------------------"
-
-